ci: base gh actions and workflow - #1
Merged
Merged
Conversation
- GitHub Actions: ci.yml (moon ci + CodeQL + security), release-please.yml, pr-title.yml (conventional commits), fuzz.yml (manual cargo-fuzz) - Publish workflows: riff (GoReleaser + cargo-zigbuild + multi-arch OCI), npm (slash-javascript, slash-web), crates.io (slash-rust), PyPI (slash-python), WASM (wasm-javascript, wasm-wasi + WIT), Go (slash-go validation) - Review artifacts: workflow_dispatch snapshot builds with PR cleanup - Release-please: manifest mode with cargo-workspace and linked-versions plugins, parser group linking (parser, wasm-javascript, wasm-wasi, spec) - GoReleaser: riff-cli cross-compilation via cargo-zigbuild, nFPM packages, Homebrew tap, multi-arch Docker (ghcr.io/tomdavidson/riff) - Moon tasks: python.yml, go.yml, security.yml, fmt-check for Rust - Project moon.yml: updated language, type, tags, publish tasks - Renovate: dependency update automation - Helper scripts: WASM/WIT artifact attachment, workflow gen placeholder
…nd cleanup - Parallelize moon ci with --job/--job-total matrix (2 shards) - Add moonrepo/run-report-action for PR run reports - Add appthrust/moon-ci-retrospect for readable CI logs - Move OSS security scans into moon tasks (run via moon ci, not separate job) - Move attach-release-assets scripts into their project directories - Thin fuzz workflow — delegate to parser:fuzz moon task - Fix renovate config to use pnpm manager
Replace individual workflow setup with reusable composite actions: - setup: checkout, toolchain, selective caching - moon-ci: sharded CI with reporting and retrospect - moon-run: generic task runner with affected detection - validate-pr-title: auto-discovered conventional commit scopes - raa-open/close/teardown: review app deployment lifecycle Replace workflows with DRY architecture: - pr.yml: unified PR workflow (validate-title + ci + security + codeql + teardown) - main.yml: push-to-main (ci + security + codeql + release-please) - publish-to-registry.yml: reusable publish workflow - Thin per-project publish-*.yml calling the reusable workflow - review.yml: workflow_dispatch with RAA actions - fuzz.yml: thin dispatch delegating to parser:fuzz Delete replaced workflows: ci.yml, pr-title.yml, release-please.yml
Actions: - moon-setup: checkout, toolchains (rust/bun/go/python), selective caching - raa-open: provision review environment and deploy snapshots - raa-teardown: deactivate deployments and clean up Workflows: - pr.yml: CI, CodeQL, PR title, review app open/teardown - release.yml: release-please on main push - publish.yml: single publish workflow with moon :publish --affected - deploy.yml: website deploy on main push (path-filtered) - scheduled.yml: weekly semgrep, CodeQL, and fuzz
Updated the fuzz job to echo the command instead of running it directly.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.